home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / boot tools / startupdirector / de-install < prev    next >
Text File  |  1996-04-07  |  629b  |  21 lines

  1. Echo "StartUp-Director V1.8 wird jetzt deinstalliert!!!"
  2. echo "-------------------------------------------------*N"
  3. ask "Wirklich sicher (y=ja /n=nein)"
  4. if warn
  5.   delete >NIL: c:startupdirector
  6.   delete >NIL: s:sd/#?
  7.   delete >NIL: s:sd
  8.   delete >NIL: s:sd.cfg
  9.   delete >NIL: s:sd-startup
  10.   IF NOT EXISTS s:startup-Sequence.alt
  11.   Echo "Die StartUp-Sequence wird nicht gelöscht, weil die Sicherheitskopie"
  12.   echo "<STARTUP-SEQUENCE.ALT> nicht zu finden ist !!!*N"
  13.   else
  14.   delete >NIL: s:startup-sequence
  15.   rename >NIL: s:startup-sequence.alt S:startup-sequence
  16.  endif
  17. else
  18. echo "Nicht deinstallieren !!!*N"
  19. endif
  20. echo "ENDE ..."
  21.